home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / RemoteKeys / Manual / English / Command List.txt < prev    next >
Encoding:
Text File  |  2002-10-26  |  34.0 KB  |  493 lines

  1. Key & Command list
  2. ==================
  3. Note! If RK can not find this document no help comments will be shown in the Keys Edit dialog!
  4.  
  5. /APP.ACTIVATION.LAST ..: To activate last win, useful for f-keys
  6. /APP.ACTIVATION.ON ....: To switch the automatic activation from off to on
  7. /APP.ACTIVATION.OFF ...: To stop the automatic window activation (useful for macro recording)
  8. /APP.EXE.EDIT .........: To start the exe manager AppBrowser (see app folder)
  9. /APP.EXE.BUT ..........: To start AppBrowser and opens Start-Button-Window
  10. /APP.EXE.POP ..........: To start AppBrowser and shows Start-Popmenu
  11. /APP.KILL name ........: To remove task <name> (use App\KillTask.exe to find name) (Joker * possible)
  12. /APP.ONTOP.ON .........: To fix the activated application on top of the screen
  13. /APP.ONTOP.OFF ........: To switch ONTOP off
  14. /APP.OPEN file[,par] ..: To open an application, file or url (with optional parameter)
  15. /APP.OPEN.CLIP ........: To open the clipboard included filename (or URL)
  16. /APP.OPEN.URL .........: To open high-lighted URL (text, html..) in the browser
  17. /APP.POS.ABS.LEFT x ...: To set left pos. of active window to screen-coordinate <x>
  18. /APP.POS.ABS.WIDTH x ..: To set width of active window to screen-pixel <x>
  19. /APP.POS.ABS.TOP y ....: To set top pos. of active window to screen-coordinate <y>
  20. /APP.POS.ABS.HEIGHT y .: To set height of active window to screen-pixel <y>
  21. /APP.POS.DESK.LEFT x% .: To set left pos. of active window to <x%> of screen-width
  22. /APP.POS.DESK.WIDTH y% : To set width of active window to <x%> of screen-width
  23. /APP.POS.DESK.TOP y% ..: To set top pos. of active window to <y%> of screen-height
  24. /APP.POS.DESK.HEIGHT y%: To set height of active window to <y%> of screen-height
  25. /APP.TOFRONT title ....: To switch the window <title> to front (joker * possible)
  26. /APP.TOFRONT.SWAP .....: To swap between current and last window
  27. /APP.VIEW.PIC file ....: To view the image file <file> in the internal image viewer
  28. /APP.VIEW.TXT file ....: To view the text file <file> in the internal text viewer
  29. /BTCH.BEEP.HOUR .......: To make hour controlled quantity of beeps (useful with timer)
  30. /BTCH.BEEP.ONE ........: To make one beep
  31. /BTCH.BEEP.THREE ......: To make three times "beep" (useful with timer)
  32. /BTCH.CR>TAB ..........: To replace carriage returns to tabs within a script (alternate to EXPLICIT)
  33. /BTCH.DDE.BEGIN .......: To include a script for another RK instance
  34. /BTCH.DDE.END .........: To set the end-point of the included DDE-script
  35. /BTCH.DELAY sec .......: To make a delay before while sending keys && commands (point ok like 0.5)
  36. /BTCH.DIVERT>CLIP.ON ..: To divert sending into clip, valid for current script only
  37. /BTCH.DIVERT>CLIP.OFF .: To stop divert mode
  38. /BTCH.EXIT-TAG ........: To exit script at this point
  39. /BTCH.EXITIF.ASK text .: To exit script if cancel was clicked on msg requester
  40. /BTCH.EXITIF.CANCEL ...: To exit script if cancel was clicked on last shown dialog
  41. /BTCH.EXITIF.CLIP text : To exit script if clip-content = <text>
  42. /BTCH.EXITIF.VAR= v ...: To exit script if VAR = value <v> (see VAR-Commands)
  43. /BTCH.EXITIF.VAR> v ...: To exit script if VAR > value <v>
  44. /BTCH.EXITIF.VAR< v ...: To exit script if VAR < value <v>
  45. /BTCH.EXITIF.WIN<> txt : To exit script if activ window title does not include [txt] (wildcards ok, case sensitive)
  46. /BTCH.EXITIF.WIN= txt .: To exit script if activ window title includes [txt] (wildcards ok, case sensitive)
  47. /BTCH.EXPLICIT ........: To list each command in a single line (CR are ignored, use KEY.ENTER if needed)
  48. /BTCH.GO-TAG tag ......: To set a jump-mark <tag> (=goto-tag)
  49. /BTCH.GO.TO tag .......: To jump to goto-tag <tag>
  50. /BTCH.GOIF.ASK txt,tag : To jump to goto-tag <tag> if cancel was clicked on msg requester 
  51. /BTCH.GOIF.CANCEL tag .: To jump to goto-tag <tag> if cancel was clicked on last dialog 
  52. /BTCH.GOIF.CLIP txt,tag: To jump to goto-tag <tag> if clip-content = <txt> 
  53. /BTCH.GOIF.VAR= v,tag .: To jump to goto-tag <tag> if VAR = value <v> (see Var-Commands)
  54. /BTCH.GOIF.VAR> v,tag .: To jump to goto-tag <tag> if VAR > value <v>
  55. /BTCH.GOIF.VAR< v,tag .: To jump to goto-tag <tag> if VAR < value <v>
  56. /BTCH.GOIF.WIN<> txt,tag To jump to goto-tag <tag> if activ window title does not include [txt] (wildcards ok, case sensitive)
  57. /BTCH.GOIF.WIN= txt,tag: To jump to goto-tag <tag> if activ window title includes [txt] (wildcards ok, case sensitive)
  58. /BTCH.INSTMODE.ON .....: To insert text by CTRL-v (fast) instead to send
  59. /BTCH.INSTMODE.OFF ....: To switch INSTMODE off
  60. /BTCH.LOOP.START.VAL no: To repeat part of a script until LOOP.END for <no> times
  61. /BTCH.LOOP.START.VAR no: To repeat part of a script until LOOP.END while <no> smaller than VAR (variable)
  62. /BTCH.LOOP.END ........: To mark end of loop
  63. /BTCH.MSG.AUTO sec ....: To open a dialog that showes date, time for <sec> seconds (useful with timer)
  64. /BTCH.MSG.CLIP ........: To open a dialog that showes the clipboard included text
  65. /BTCH.MSG.TEXT text ...: To open a dialog that showes the message <text>
  66. /BTCH.MSG.TIME [text] .: To open a dialog that showes date, time, cw and optional message (useful with timer)
  67. /BTCH.POP.OWN .........: To generate and view an individual popmenu (example see store profile)
  68. /BTCH.REM text ........: To include a remark into the script
  69. /BTCH.RETRIEVEFOCUS ...: To cause RK to force the active window for following sendings
  70. /BTCH.SLOW msec .......: To speed down the sending, msec=0 to switch slow-mode off
  71. /BTCH.STOP ............: To stop the sendings by a click on a stop button (use as 1st command in a script!)
  72. /BTCH.TEXT.ASK [qu,pre]: To send a variable text including a text module, qu=question, pre=preset (see store/inp)
  73. /BTCH.TEXT.LIST.CLIP ..: To copy a text into the clip, selected from a list which is defined in 2nd plane
  74. /BTCH.TEXT.LIST.SEND ..: To send a text, selected from a list which is defined in 2nd plane (right mouse but.)
  75. /BTCH.WAIT.BACK title[,t]To wait until window <title> goes back (auto-joker), <t>=sec timeout (default=10 sec)
  76. /BTCH.WAIT.TOP title[,t] To wait until window <title> comes top (auto-joker), <t>=sec timeout (default=10 sec)
  77. /CLIP.CALC [mod] ......: To calculate clip content (if in form of a list), <mod>=1: average calculation
  78. /CLIP.CLEAR ...........: To clear the clipboard
  79. /CLIP.COPYPATH ........: To copy a path into the clipboard
  80. /CLIP.IMG.LOAD file....: To copy the image <file> into the clipboard
  81. /CLIP.IMG.MEM no ......: To load pic <no> (1-10) from Image Memory into the clipboard
  82. /CLIP.IMG.VIEW ........: To show the image, copied in the clipboard, in the internal image viewer
  83. /CLIP.TXT.APPEND file..: To add clipboard included text to textfile <file>
  84. /CLIP.TXT.ASK .........: To copy a text into clipboard, defined from user while script is in process
  85. /CLIP.TXT.BEFOR txt....: To add a text <txt> at the beginning of the clipboard
  86. /CLIP.TXT.BEHND txt....: To add a text <txt> to the end of the clipboard
  87. /CLIP.TXT.BEHND.ASC [no] To add an ASCII code <no> to the end of the clipboard (default VAR)
  88. /CLIP.TXT.BEHND.ASK ...: To add a text to clipboard, defined from user while script is in process
  89. /CLIP.TXT.BEHND.CR ....: To add a Carriage Return (new line) to the end of the clipboard
  90. /CLIP.TXT.BEHND.MEM ...: To add RK-ClipMemory to the end of the clipboard
  91. /CLIP.TXT.BEHND.STR [n]: To add variable STR <n> to the end of the clipboard (default VAR)
  92. /CLIP.TXT.BEHND.VAR ...: To add the current variable VAR to the end of the clipboard
  93. /CLIP.TXT.BLOCK.BEGIN .: To mark the beginning of a script-block which will be copied into the clip
  94. /CLIP.TXT.BLOCK.END ...: To mark the end of the block for CLIP.TXT.BLOCK.BEGIN (optional, otherwise text-end)
  95. /CLIP.TXT.CONV [mod] ..: To convert val/txt in clip, <mod>=0: dec>hex, <mod>=1: hex>dec (default 0)
  96. /CLIP.TXT.COUNT .......: To count the clipboard included characters
  97. /CLIP.TXT.CUT.LEFT [qu]: To remove <qu> (quantity) characters from left (default VAR) (-qu=len-qu)
  98. /CLIP.TXT.CUT.RGHT [qu]: To remove <qu> (quantity) characters from right (default VAR) (-qu=len-qu)
  99. /CLIP.TXT.CUT.FROM [pos] To remove text right from character no. <pos> (position) (default VAR) (-qu=len-qu)
  100. /CLIP.TXT.CUT.REVERSE .: To swap between clip and reversal of last .CUT. command
  101. /CLIP.TXT.DECRYPT .....: To decrypt the clipboard included text
  102. /CLIP.TXT.ENCRYPT .....: To encrypt the clipboard included text
  103. /CLIP.TXT.EDITOR ......: To open clipboard content in the editor
  104. /CLIP.TXT.END>FRONT [s]: To put space-separated end to front, optional with separator <s>
  105. /CLIP.TXT.FRONT>END [s]: To put space-separated front to end, optional with separator <s>
  106. /CLIP.TXT.FORMAT.DO ...: To format calculation list in clipboard
  107. /CLIP.TXT.FORMAT.SET [n] To define format mode, <n> (-1,0,1,2,3...) : -1=off, 0=flash, 2= 0.00 etc.
  108. /CLIP.TXT.FORMAT.SYM txt To add currency symbols, <txt> for $ etc, off=off, del=delete current symbols
  109. /CLIP.TXT.INC .........: to search last value in clip, to add 1 and to write back to clip (needed for numbered URL)
  110. /CLIP.TXT.INITIAL [str]: To convert first letter after space, TAB & CR into upper case, opt. more chars <str>
  111. /CLIP.TXT.LOAD file....: To load the textfile <file> into the clipboard
  112. /CLIP.TXT.LOWCASE .....: To convert the clipboard text to lower cases
  113. /CLIP.TXT.MEM.COPY ....: To copy clipboard text into RK-ClipMemory
  114. /CLIP.TXT.MEM.SWAP ....: To swap between clipboard text and RK-ClipMemory
  115. /CLIP.TXT.REMOVE.ASC ..: To remove the ASCII code <no> from the clipboard
  116. /CLIP.TXT.REMOVE.ASK ..: To remove a define-able character or text
  117. /CLIP.TXT.REMOVE.TXT ..: To remove the text <txt> from the clipboard
  118. /CLIP.TXT.REPLACE.ASC .: To replace first ASCII code with the second <no>,<no>
  119. /CLIP.TXT.REPLACE.ASK .: To replace a define-able character or text
  120. /CLIP.TXT.REPLACE.TXT .: To replace first text with the second <txt>,<txt>
  121. /CLIP.TXT.SAVE file....: To save clipboard included text in textfile <file>
  122. /CLIP.TXT.SEND ........: To send the clipboard included ASCII text
  123. /CLIP.TXT.SET txt .....: To copy a text <txt> into the clipboard
  124. /CLIP.TXT.TAB>SPC no ..: To convert tabs to <no> spaces in the clipboard
  125. /CLIP.TXT.TRIM ........: To cut spaces and CR from beginning and end of the clipboard text
  126. /CLIP.TXT.UPCASE ......: To convert the clipboard text to upper cases
  127. /CLIP.TXT.VIEW ........: To show the clipboard content (text only) in the internal text viewer
  128. /CODE.ASC no ..........: To send a fixed ASCII code <no> (1-255)
  129. /CODE.ASC.ASK .........: To send a user defined ASCII code (input dialog)
  130. /CODE.KEY no ..........: To send a fixed keycode <no>
  131. /CODE.KEYDWN no .......: To send a fixed keycode <no> which stays in key down mode
  132. /CODE.KEYUP no ........: To send a fixed keycode <no> to cancel key down mode
  133. /DAT.>.MEM ............: To copy date into RK- DateMemory
  134. /DAT.CW ...............: To send the calendar week
  135. /DAT.DATE1 ............: To send the date, short format (15.05.2002)
  136. /DAT.DATE2 ............: To send the date, medium format (15. Mai. 02)
  137. /DAT.DATE3 ............: To send the date, long format (Mittwoch, 15. Mai 2002)
  138. /DAT.DATE4 ............: To send the date, system default format (15.05.2002)
  139. /DAT.DATE5 ............: To send the date, general format (15.05.2002 18:17:43)
  140. /DAT.DATE1.ADD-D [v] ..: To send a calculated date, <+/- v> days in future/past (default VAR)
  141. /DAT.DATE1.ADD-M [v] ..: To send a calculated date, <+/- v> monthes in future/past (default VAR)
  142. /DAT.DAY1 .............: To send the day (7, 27)
  143. /DAT.DAY2 .............: To send the day, 2 digits always (07, 27)
  144. /DAT.FORMAT str .......: To send date/time in formatted output (see manual for parameter)
  145. /DAT.HOUR1 ............: To send the hour (2, 22)
  146. /DAT.HOUR2 ............: To send the hour, 2 digits always (02, 22)
  147. /DAT.MEM.DIF-D.>VAR ...: To set current VAR to the difference between current/temp-date and RK- DateMemory-date
  148. /DAT.MINUTE1 ..........: To send the minute (6, 16)
  149. /DAT.MINUTE2 ..........: To send the minute, 2 digits always (06, 16)
  150. /DAT.MONTH-E ..........: To send the english month name (May)
  151. /DAT.MONTH-F ..........: To send the french month name (Mars)
  152. /DAT.MONTH-G ..........: To send the german month name (Mai)
  153. /DAT.MONTH-USER .......: To send the user-defined month name (\Profiles\UserApp.dat) like Janvier or Jan.
  154. /DAT.MONTH-SYS ........: To send the system default month name
  155. /DAT.MONTH-NO1 ........: To send the month as number (5, 12)
  156. /DAT.MONTH-NO2 ........: To send the month as number, 2 digits always (05, 12)
  157. /DAT.SECOND1 ..........: To send the second (4, 55)
  158. /DAT.SECOND2 ..........: To send the second, 2 digits always (04, 55)
  159. /DAT.STPWTCH.START ....: To start stopwatch
  160. /DAT.STPWTCH.CONT .....: To continue stopwatch
  161. /DAT.STPWTCH.STOP .....: To stop stopwatch and to show result
  162. /DAT.TEMP.<.MEM .......: To set RK-temp-date to RK-DateMemory-date
  163. /DAT.TEMP.ADD-D [v] ...: To add/sub <+/- v> days to RK-temp-date for DAT commands (not system date) (default VAR)
  164. /DAT.TEMP.ASK .........: To change RK-temp-date/ -time for DAT commands (not system date)
  165. /DAT.TEMP.MEM.SWAP ....: To swap between RK-temp-date and RK-DateMemory-date
  166. /DAT.TEMP.RESET .......: To reset RK-temp-date/ -time to current date
  167. /DAT.TIME.AMPM1 .......: To send AM or PM, two letters in uppercase (PM)
  168. /DAT.TIME.AMPM2 .......: To send AM or PM, two letters in lowercase (pm)
  169. /DAT.TIME.AMPM3 .......: To send AM or PM, one letter  in uppercase (P)
  170. /DAT.TIME.AMPM4 .......: To send AM or PM, one letter  in lowercase (p)
  171. /DAT.TIME1 ............: To send the time, short format (18:22)
  172. /DAT.TIME2 ............: To send the time, medium format (06:22)
  173. /DAT.TIME3 ............: To send the time, long format (18:23:28)
  174. /DAT.TIME4 ............: To send the time, system default format (22:13:12)
  175. /DAT.TIME1.ADD-H [v] ..: To send a calculated time, <+/- v> hours in future/past (default VAR)
  176. /DAT.TIME1.ADD-M [v] ..: To send a calculated time, <+/- v> minutes in future/past (default VAR)
  177. /DAT.VIEW .............: To view current and RK- temp-date in the int. text viewer
  178. /DAT.WDAY-E ...........: To send the english weekday (Saturday)
  179. /DAT.WDAY-F ...........: To send the french weekday (Samedi)
  180. /DAT.WDAY-G ...........: To send the german weekday (Sonnabend)
  181. /DAT.WDAY-USER ........: To send the user-defined weekday (\Profiles\UserApp.dat) like Lundi or Mo.
  182. /DAT.WDAY-SYS .........: To send the system default weekday
  183. /DAT.YEAR1 ............: To send the year (2001)
  184. /DAT.YEAR2 ............: To send the year, 2 digits only (01)
  185. /DB.CLOSE .............: To close current database
  186. /DB.FIELD.ASK .........: To set field number, defined from user while script is in process
  187. /DB.FIELD.CLIP [len] ..: To copy current field content to clip, optional maximal length [len]
  188. /DB.FIELD.DEC .........: To decrement field number
  189. /DB.FIELD.INC .........: To increment field number
  190. /DB.FIELD.NMB>VAR .....: To copy field number into current VAR
  191. /DB.FIELD.NMB<VAR .....: To set field number to current VAR
  192. /DB.FIELD.SEND [len] ..: To send current field content, optional maximal length [len]
  193. /DB.FIELD.SEND.FRMT str: To send current field content in formatted output (str=###0.00 to get 1,30)
  194. /DB.FIELD.SET nmb .....: To set field number to <nmb>
  195. /DB.FIELD.VIEW ........: To show current field content in the internal text viewer
  196. /DB.OPEN f[,t,p3,p4,p5]: To open database name <f> (file), sheet <t> (tabel), p3/4/5 = optional parameters
  197. /DB.PROP.VIEW .........: To show current database properties in the internal text viewer
  198. /DB.REC.ASK ...........: To set record number, defined from user while script is in process
  199. /DB.REC.DEC ...........: To decrement record number
  200. /DB.REC.INC ...........: To increment record number
  201. /DB.REC.NMB>VAR .......: To copy record number into current VAR
  202. /DB.REC.NMB<VAR .......: To set record number to current VAR
  203. /DB.REC.SELECT ........: To set record && field number by selecting from 2 lists
  204. /DB.REC.SET nmb .......: To set record number to <nmb>
  205. /DB.REC.VIEW [len] ....: To show all fields in the int. text viewer, optional max. length [len]
  206. /DB.TABLE.ASK-N .......: To set table number, defined from user while script is in process
  207. /DB.TABLE.ASK-S .......: To set table name, defined from user while script is in process
  208. /DB.TABLE.SELECT ......: To select table from list
  209. /DB.TABLE.SET-N nmb ...: To set table number <nmb>
  210. /DB.TABLE.SET-S str ...: To set table name <str>
  211. /DSK.CLR.FOLDER p\ ....: Sample: DSK.CLR.FOLDER c:\windows\temp\  (p=path)
  212. /DSK.COPYDIR p,p\ .....: Sample: DSK.COPYDIR c:\work,d:\  (,=to, p=path)
  213. /DSK.COPYFILE p\f,p\ ..: Sample: DSK.COPYFILE c:\work\t1.txt,d:\backup\  (,=to, p=path, f=filename)
  214. /DSK.DELETE p[\f] .....: Sample: DSK.DELETE c:\work\t1.txt  (p=path, f=filename)
  215. /DSK.FILEDUPLICATE ....: To duplicate a file in the same folder
  216. /DSK.MKDIR p ..........: Sample: DSK.MKDIR c:\work  (p=path)
  217. /DSK.MOVE p\f,p\ ......: Sample: DSK.MOVE c:\work\t1.txt,d:\backup\  (,=to, p=path, f=filename)
  218. /DSK.RENAME p\f,f .....: Sample: DSK.RENAME c:\work\t1.txt,t1b.txt  (,=to, p=path, f=filename)
  219. /MACRO.APPCLOSE .......: To close the active window
  220. /MACRO.COPPAST.LO .....: To copy to clip, convert to lower cases and paste to the same place
  221. /MACRO.COPPAST.UP .....: To copy to clip, convert to upper cases and paste to the same place
  222. /MACRO.COPY ...........: To copy selected text into clipboard
  223. /MACRO.CUT ............: To delete selected text after copied into the clipboard
  224. /MACRO.DELETELINE .....: To delete a line in a text document
  225. /MACRO.DESKTOP ........: To minimize all windows
  226. /MACRO.DESKBACK .......: To cancel MACRO.DESKTOP
  227. /MACRO.INC.IEXPLORER...: To increment a numbered image file (25.jpg) for IExplorer
  228. /MACRO.INC.NETSCAPE ...: To increment a numbered image file (25.jpg) for Netscape
  229. /MACRO.INSERTLINE .....: To insert a line in a text document
  230. /MACRO.MINIMIZE .......: To minimize the active window
  231. /MACRO.OPENREQ ........: To open the Windows "Open dialog"
  232. /MACRO.PASTE ..........: To include the text from the clipboard
  233. /MACRO.SCREENSHOT .....: To copy a screenshot into the clipboad (not NT)
  234. /MACRO.SEARCHREQ ......: To open the Windows "Search dialog"
  235. /MACRO.SHUTDOWN .......: To exit Windows (one step before)
  236. /MACRO.WINDOWSHOT .....: To copy a window shot into the clipboard (not NT)
  237. /MCI.CD.CLOSE .........: To close CD door
  238. /MCI.CD.CONT ..........: To continue CD play (after pause)
  239. /MCI.CD.COUNTER .......: To switch title-counter on/off
  240. /MCI.CD.INFO ..........: To show several CD infos in internal text viewer
  241. /MCI.CD.NEXT ..........: To play next track
  242. /MCI.CD.OPEN ..........: To open CD door
  243. /MCI.CD.PAUSE .........: To break CD play (pause)
  244. /MCI.CD.PLAY ..........: To play CD
  245. /MCI.CD.PREV ..........: To play previous track
  246. /MCI.CD.TRACK [n] .....: To play track number <n> (default VAR)
  247. /MCI.MIDI.PLAY file ...: To play midi file <file>
  248. /MCI.STOP .............: To stop playing CD, midi and wave
  249. /MCI.VOL.RK ...........: To open volume control, RK mode (onetime-use)
  250. /MCI.VOL.STANDARD .....: To open volume control, Standard mode (like open exe)
  251. /MCI.VOL.SYSTRAY ......: To open volume control, Systray mode
  252. /MCI.WAVE.PLAY file ...: To play wave file <file>
  253. /ME.ABOUT .............: To open RemoteKeys Info dialog
  254. /ME.ACTIVATE ..........: To activate RK (focus), useful for Event > Keys
  255. /ME.AUTOEXECUTE .......: To execute this button when profile is selected from (systray-) popmenu
  256. /ME.BORDER.OFF ........: To switch RemoteKeys to window border off mode
  257. /ME.BORDER.ON .........: To switch RemoteKeys to window border on mode
  258. /ME.BORDER.SWITCH .....: To switch RemoteKeys between window border on and off mode
  259. /ME.BUTTON [pr],but[,lv] To execute button <but> of opt. profile <pr>, opt. level <lv> 0/1 (not case-sensitive)
  260. /ME.CALENDAR ..........: To open calendar window
  261. /ME.CLICKHIDE.ON ......: To switch "Hide after a Button Click" -option on
  262. /ME.CLICKHIDE.OFF .....: To switch "Hide after a Button Click" -option off
  263. /ME.CLIP.HISTORY ......: To open the external program "Clip History"
  264. /ME.CLIP.MON [calc] ...: To open the Clip Monitor, optional <calc>=2 for calculator use
  265. /ME.CLIP.MON.DEC ......: To open the Clip Monitor in Decimal Mode
  266. /ME.CLIP.MON.HEX ......: To open the Clip Monitor in Hex Mode
  267. /ME.COLOR.EDIT ........: To open the external ChangeColors program
  268. /ME.COLOR.REFRESH .....: To load the colors.dat, useful when ChangeColors finished
  269. /ME.CTRL.ID ...........: For developers of language translations only! (view requester ID ..)
  270. /ME.CTRL.REFRESH ......: For developers of language translations only! (refresh language changes)
  271. /ME.EVENT.KEYS ........: To open Event > Key dialog
  272. /ME.EVENT.TIME ........: To open Event > Time dialog
  273. /ME.EVENT.TIME.OFF ....: To switch Time Event function generally off
  274. /ME.EVENT.WIN .........: To open Event > Window dialog
  275. /ME.EVENT.WIN.OFF .....: To switch Window Event function generally off
  276. /ME.EVENT.OTHER .......: To open Event > Other dialog
  277. /ME.FKEYS .............: To open F-Keys dialog
  278. /ME.FKEYS.RELOAD ......: To reload F-Key assignments
  279. /ME.FKEYS.SURVEY ......: To view F-Keys survey
  280. /ME.FKEYS.TEMP-OFF ....: To switch F-Key assignments temoprary on/off
  281. /ME.FONT.NORMAL .......: To switch RemoteKeys to the default font
  282. /ME.FONT.SLCT .........: To select a font for RemoteKeys panel
  283. /ME.HIDE ..............: To hide RemoteKeys (wake up by a click on systray icon)
  284. /ME.IMAGE.MEMORY ......: To open the external program "ImageMemory"
  285. /ME.KEYS.EDIT .........: To open Keys Edit dialog
  286. /ME.MANUAL ............: To open the Manual.exe application (since v7.4.31 in current language)
  287. /ME.MEMOPAD ...........: To open the external MemoPad
  288. /ME.MENU.SWITCH .......: To switch pull-down menu on/off
  289. /ME.MINIMIZE ..........: To minimize RemoteKeys window
  290. /ME.MOUSEHIDE .........: To open Hide on Mouse Position dialog
  291. /ME.POP.ALL ...........: To view systray popmenu, complete
  292. /ME.POP.CD ............: To view CD control popmenu
  293. /ME.POP.LANGUAGE ......: To select language of RK
  294. /ME.POP.OPTION ........: To view systray popmenu, profiles and edit dialog
  295. /ME.POP.PROF ..........: To view systray popmenu, profiles only
  296. /ME.POP.REQUEST .......: To view systray popmenu, all dialogs only
  297. /ME.POP.STATE .........: To view systray popmenu, state commands like hide.. only
  298. /ME.POP.USERAPP .......: To view User-Application popmenu (\Profiles\UserApp.dat)
  299. /ME.PREFS .............: To open Preferences dialog
  300. /ME.PROF.BACK .........: To switch to the last selected profile (also useful for 2nd Plain Mode)
  301. /ME.PROF.DEC ..........: To open previous profile
  302. /ME.PROF.EDIT .........: To open Profile Edit dialog
  303. /ME.PROF.EXPLORER [p] .: To open the Profile Explorer, optional: switch to profile number <p>
  304. /ME.PROF.INC ..........: To open next profile
  305. /ME.PROF.SWAP .........: To swap between current && last profile
  306. /ME.PROF.SWITCH no ....: To open a fixed profile number (1-10)
  307. /ME.PROF.TMP.COL [v] ..: To change column quantity temporary to <v>, current profile only (default VAR)
  308. /ME.PROF.TMP.ROW [v] ..: To change row quantity temporary to <v>, current profile only (default VAR)
  309. /ME.PROF.TMP.HIGH [v] .: To change button height temporary to <v>, current profile only (default VAR)
  310. /ME.PROF.TMP.WIDE [v] .: To change button width temporary to <v>, current profile only (default VAR)
  311. /ME.PROF.TMP.RESET.ALL : To reset temporary changes to saved settings, all profiles
  312. /ME.PROF.TMP.RESET.PROF: To reset temporary changes to saved settings, current profile only
  313. /ME.PROF2.DEC .........: To open previous profile without changing window position (2nd plain mode)
  314. /ME.PROF2.INC .........: To open next profile without changing window position (2nd plain mode)
  315. /ME.PROFCENTER ........: To open Profile Center dialog
  316. /ME.PROFSET.RELOAD ....: To reload the Profiles.dat
  317. /ME.PROFSET.SWAP ......: To swap between profile set 1 && 2
  318. /ME.PW.ENTER ..........: To enter crypt password
  319. /ME.PW.PROTECT ........: To protect crypt password
  320. /ME.QUIT ..............: To exit RemoteKeys
  321. /ME.README ............: To open the readme file
  322. /ME.RKNET .............: To open RK-network program
  323. /ME.SHOW [x,y] ........: To open (or move) RK window, optional on screen coordinates <x,y> or <,>=VAR1/2
  324. /ME.SINGLESTEP ........: To switch Edit>Keys function "Single-Step" on
  325. /ME.TASKBAR.SWITCH ....: To switch taskbar button temporary between visible/unvisible
  326. /ME.TEXTVIEWER-OPT n ..: To change int. text viewer setting: <n>=1:maximize, 2:white bg, 3:no close but, 4:10"
  327. /ME.TOUR ..............: To open the external RK-Tour program
  328. /MOUSE.AREA.LEFT [x1,..] To mark an area on screen pos. <x1,y1> to <x2,y2> (default VAR1-4)
  329. /MOUSE.CLICK.LEFT [x,y]: To make a left button mouse click on screen pos. <x,y> (default VAR1/2)
  330. /MOUSE.CLICK.RGHT [x,y]: To make a right button mouse click on screen pos. <x,y> (default VAR1/2)
  331. /MOUSE.DOUBLE.LFT [x,y]: To make a left button double mouse click on screen pos. <x,y> (default VAR1/2)
  332. /MOUSE.GO.ADD-X [v] ...: To move mouse pointer <+/- v> pixel on X-axis (default VAR1)
  333. /MOUSE.GO.ADD-Y [v] ...: To move mouse pointer <+/- v> pixel on Y-axis (default VAR2)
  334. /MOUSE.GO.MEM .........: To move mouse pointer to co-ordinates of RK- MousePosMemory values
  335. /MOUSE.GO.SET [x,y] ...: To move mouse pointer to co-ordinates <x,y> (default VAR1/2)
  336. /MOUSE.GO.WIN .........: To move mouse pointer to the left-top corner of the active window
  337. /MOUSE.LEFT.DOWN ......: To set left mouse button into button-down-state
  338. /MOUSE.LEFT.UP ........: To set left mouse button into button-up-state
  339. /MOUSE.MEM.SNAP .......: To snap current mouse pointer co-ordinates into RK-MousePosMemory
  340. /PRNT.FBOLD.FIX .......: To fix printer font to bold
  341. /PRNT.FITALIC.FIX .....: To fix printer font to italic
  342. /PRNT.FIX.OFF .........: To unfix printer font && landspace settings
  343. /PRNT.FNAME.FIX str ...: To fix printer font to fontname <str>
  344. /PRNT.FORMFEED ........: To forwarding to next page (matrix) or eject a page (ink, laser)
  345. /PRNT.FSIZE.FIX v .....: To fix printer font to size <v>
  346. /PRNT.IMG.CLIP [auto] .: To print clipboard image content optional: <auto> (center) 0=off, 1=on (default)
  347. /PRNT.LNDSCAP.FIX .....: To fix print format to landscape
  348. /PRNT.TXT.CLIP [fix,lft] To print clipboard text content optional: <fix> 0=Arial, 1=Courier <lft> margin (mm)
  349. /STR.>.CLIP no ........: To copy variable STR <no> (1-10) into the clipboard
  350. /STR.<.CLIP no ........: To set the clipboard content (text only) to variable STR <no> (1-10)
  351. /STR.ASK no ...........: To set a string to variable STR <no>, defined while script is in process
  352. /STR.CALL no ..........: To send the string, included in STR <no> (1-10)
  353. /STR.CLIP.REPLACE no,txt To replace text <txt> in clip by STR <no> (1-10)
  354. /STR.CLR ..............: To clear all string variables (STR 1-10)
  355. /STR.LOAD [name] ......: To load a variable set (STR 1-10) from disk
  356. /STR.SAVE [name] ......: To save variables STR 1-10 on disk (name = optional)
  357. /STR.SET no,str .......: To set the string <str> to the variable STR <no> (1-10)
  358. /STR.VIEW .............: To show the contents of variables STR 1-10 in the internal text viewer
  359. /UserApp ... ..........: To add/remove items to/from this group: open \Profiles\UserApp.dat with an editor!
  360. /VAR.>.CLIP ...........: To copy variable into clip (clip=VAR)
  361. /VAR.>.CLIP, ..........: To copy variable into clip in comma-format (clip=VAR)
  362. /VAR.>.WIN ............: To activate the window (by number) which was stored in VAR before
  363. /VAR.<.CLIP [t] .......: To paste clip into variable (VAR=clip), optional: ignore thousand-separator <t>
  364. /VAR.<.MCI mod ........: To copy MCI state info into VAR, <mod>=0:current track, 1:total tracks, 2:playing yes/no
  365. /VAR.<.MOUSE.MF .......: To copy (temp) current mouse coordinates into VAR1/2, in mouse-coordinates-format
  366. /VAR.<.MOUSE.SF .......: To copy (temp) current mouse coordinates into VAR1/2, in screen-coordinates-format
  367. /VAR.<.PROF mod .......: To copy (temp) setting of current profile into VAR, <mod>=0:col, 1:row, 2:wide, 3:high
  368. /VAR.<.WIN ............: To store the number of the active window in current VAR for future activation (VAR=act.win)
  369. /VAR.ADD val ..........: To add <val> (value) to variable (VAR=VAR+val)
  370. /VAR.ASK ..............: To set VAR to an user defined value
  371. /VAR.CLP.FORMAT str ...: To copy variable in format <str> into clip (str=#,##0.00 to get 1,234.56)
  372. /VAR.CLP.SEARCH str ...: To search in clip for <str> and set VAR to the 1st founded position
  373. /VAR.CLR ..............: To clear variable (VAR=0)
  374. /VAR.DIV val ..........: To divide variable with <val> (value) (VAR=VAR/val)
  375. /VAR.FLD.ADD elm ......: To add VAR <elm> (element, 1-10) to current VAR (VAR=VAR+VAR<elm>)
  376. /VAR.FLD.ASK ..........: To open dialog to change field element number and values
  377. /VAR.FLD.CHANGE elm ...: To change field element number to <elm> (element, 1-10)
  378. /VAR.FLD.CLR ..........: To clear all field elements and change current element number to 1
  379. /VAR.FLD.DIV elm ......: To divide current VAR with VAR <elm> (1-10) (VAR=VAR/VAR<elm>)
  380. /VAR.FLD.MRG e1,e2 ....: To merge field element e1 and e2, point separated (VAR=VAR<e1>.VAR<e2>)
  381. /VAR.FLD.MUL elm ......: To multiply current VAR with VAR <elm> (1-10) (VAR=VAR*VAR<elm>)
  382. /VAR.FLD.SUB elm ......: To substract VAR <elm> (element, 1-10) from current VAR (VAR=VAR-VAR<elm>)
  383. /VAR.FLD.SWAP elm .....: To swap current VAR and VAR <elm> (1-10) (VAR=VAR<elm>, VAR<elm>=VAR)
  384. /VAR.MOD mod ..........: To modify VAR in several modes, <mod>=0:absolute, 1:x-1, 2:integer, 3:extract dec.
  385. /VAR.MUL val ..........: To multiply variable with <val> (value) (VAR=VAR*val)
  386. /VAR.RND [min,max] ....: To generate a random number between <min> and <max> (VAR=RND) (default VAR1/2)
  387. /VAR.SEND .............: To send variable as string to the active application
  388. /VAR.SEND, ............: To send variable as string in comma-format (1,5)
  389. /VAR.SET val ..........: To set variable to <val> (value) (VAR=val)
  390. /VAR.SND.FORMAT str ...: To send variable in format <str> (str=#,##0.00 to get 1,234.56)
  391. /VAR.SUB val ..........: To substract <val> (value) from variable (VAR=VAR-val)
  392. /VAR.VIEW .............: To show the value of VAR in the internal text viewer
  393. HOLD.ALT ..............: To send ALT key for the next key
  394. HOLD.CONTROL ..........: To send CONTROL key for the next key
  395. HOLD.SHIFT ............: To send SHIFT key for the next key
  396. HOLD.SHIFT/CONTROL ....: To send SHIFT+CONTROL keys for the next key
  397. HOLD.SHIFT/ALT ........: To send SHIFT+ALT keys for the next key
  398. HOLD.CONTROL/ALT ......: To send CONTROL+ALT keys for the next key
  399. HOLD.SHIFT/CONTROL/ALT.: To send SHIFT+CONTROL+ALT keys for the next key
  400. KEY.{ .................: To send "{" key
  401. KEY.} .................: To send "}" key
  402. KEY.BACKSPACE .........: To send BACKSPACE key
  403. KEY.BREAK .............: To send BREAK key
  404. KEY.CAPS.NEW ..........: To switch CAPS LOCK, new technique
  405. KEY.CAPSLOCK ..........: To switch CAPS LOCK, standard technique
  406. KEY.CONTEXT ...........: To send CONTEXT-POPMENU key
  407. KEY.DELETE ............: To send DELETE key
  408. KEY.DOWN ..............: To send CURSOR DOWN key
  409. KEY.END ...............: To send END key
  410. KEY.ENTER .............: To send ENTER key (real enter also possible, but can not be seen)
  411. KEY.ESC ...............: To send ESCAPE key
  412. KEY.F1 (- 12) .........: To send F1 (- 12) key
  413. KEY.HELP ..............: To send HELP key
  414. KEY.HOME ..............: To send HOME (POS1) key
  415. KEY.INSERT ............: To send INSERT key
  416. KEY.LEFT ..............: To send CURSOR LEFT key
  417. KEY.NUM.NEW ...........: To switch NUM LOCK, new technique
  418. KEY.NUMLOCK ...........: To switch NUM LOCK, standard technique
  419. KEY.PGDN ..............: To send PAGE DOWN key
  420. KEY.PGUP ..............: To send PAGE UP key
  421. KEY.PRTSC .............: To send PRINT SCREEN key (to windows)
  422. KEY.RIGHT .............: To send CURSOR RIGHT key
  423. KEY.SCROLL.NEW ........: To switch SCROLL LOCK, new technique
  424. KEY.SCROLLLOCK ........: To switch SCROLL LOCK, standard technique
  425. KEY.SPACE .............: To send SPACE key (real space also possible, but can not be seen)
  426. KEY.TAB ...............: To send TABULATOR key
  427. KEY.UP ................: To send CURSOR UP key
  428. KEY.WINDOWS.LEFT ......: To send left WINDOWS-LOGO key
  429. KEY.WINDOWS.RGHT ......: To send right WINDOWS-LOGO key
  430.  
  431. /CRYPT ................: Auto-generated by RemoteKeys
  432. /MOUSE.OFFSET .........: Auto-generated by RemoteKeys
  433. /RICH.BEGIN ...........: Auto-generated by RemoteKeys
  434. /RICH.END .............: Auto-generated by RemoteKeys
  435.  
  436. /CLIP.AUTOCLR.CHECK ...: Undocumented
  437. /CLIP.AUTOCLR.SET   ...: Undocumented
  438. /ME.SENDMODE <m> ......: Undocumented, <m> = 0-3
  439.  
  440. Old Commands, still runable (compatible with older profiles)
  441. ------------------------------------------------------------
  442. /APP.NOACTIVATION .....: = /APP.ACTIVATION.OFF
  443. /APP.TOFRONT.LAST .....: = /APP.TOFRONT.SWAP
  444. /BTCH.ASK.CONT text ...: = /BTCH.EXITIF.ASK text
  445. /BTCH.CR_TO_TAB .......: = /BTCH.CR>TAB
  446. /BTCH.EXIT-ON-CANCEL ..: = /BTCH.EXITIF.CANCEL
  447. /CLIP.TXT.SWAP ........: = /CLIP.TXT.MEM.SWAP
  448. /CLIP.TO.UPPERCASE ....: = /CLIP.TXT.UPCASE
  449. /CLIP.TO.LOWERCASE ....: = /CLIP.TXT.LOWCASE
  450. /DAT.ASK.NEW ..........: = /DAT.TEMP.ASK
  451. /DAT.ASK.END ..........: = /DAT.TEMP.RESET
  452. /DAT.DATE .............: = /DAT.DATE4
  453. /DAT.DAY ..............: = /DAT.DAY1
  454. /DAT.DY2 ..............: = /DAT.DAY2
  455. /DAT.HOUR .............: = /DAT.HOUR1
  456. /DAT.HR2 ..............: = /DAT.HOUR2
  457. /DAT.MINUTE ...........: = /DAT.MINUTE2
  458. /DAT.MONTH-NO .........: = /DAT.MONTH-NO1
  459. /DAT.MTH2 .............: = /DAT.MONTH-NO2
  460. /DAT.SECOND ...........: = /DAT.SECOND2
  461. /DAT.TIME .............: = /DAT.TIME4
  462. /DAT.YEAR .............: = /DAT.YEAR1
  463. /DAT.YR2 ..............: = /DAT.YEAR2
  464. /DAT.KW ...............: = /DAT.CW
  465. /INC.CLIP .............: = /CLIP.TXT.INC (was not in list)
  466. /LOOP.END .............: = /BTCH.LOOP.END
  467. /LOOP.START.VAL no ....: = /BTCH.LOOP.START.VAL no
  468. /LOOP.START.VAR no ....: = /BTCH.LOOP.START.VAR no
  469. /MCI.CD.EJECT .........: = /MCI.CD.OPEN
  470. /MCI.CD.STOP ..........: = /MCI.STOP (expanded to midi/wave)
  471. /ME.ASK.CONT text .....: = /BTCH.ASK.CONT text
  472. /ME.DELAY sec .........: = /BTCH.DELAY sec
  473. /ME.STOP ..............: = /BTCH.STOP
  474. /ME.SURVEY ............: = /ME.PROF.EXPLORER (divert to)
  475. /ME.TIMER .............: = /ME.EVENT.TIME
  476. /MOUSE.DOPPL.LEFT .....: = /MOUSE.DOUBLE.LFT
  477. /STR.CALL.0 (-9) ......: = /STR.CALL no
  478. /STR.CLIP.GET no ......: = /STR.<.CLIP
  479. /STR.CLIP.SET no ......: = /STR.>.CLIP
  480. /STR.SET.0 str (-9) ...: = /STR.SET no,str
  481. /SEND.TEXT.ASK ........: = /BTCH.TEXT.ASK
  482. /SEND.???? ............: = /CODE.???? (rest of this group)
  483. /VAR.FROM.CLIP ........: = /VAR.<.CLIP
  484. /VAR.TO.CLIP ..........: = /VAR.>.CLIP
  485. /VAR.TO.CLIP, .........: = /VAR.>.CLIP,
  486.  
  487. Old Commands, out of order
  488. --------------------------
  489. /ME.FORM.ACT.OFF
  490. /ME.FORM.ACT.ON
  491. /ME.FORM.ACTIVATOR
  492. /ME.PROF.SLCT
  493.